home *** CD-ROM | disk | FTP | other *** search
- # =======
- # REWRITE
- # =======
- # Read the rewrite file for lines where the first word is a
- # regular expression and the second word are rewriting rules.
- #
- # The special character '$' followed by a digit denotes the
- # string that matched a '*' character.
- # The '*' characters are numbered from 1 to 9.
- # 'r' repeats from the start of the rewrite file
- #
- #
- # Grab anything destined for me (this stops mail bouncing around).
- _UC_* _UC_
- #
- # If not for me, remove any trailing .ampr.org
- *.ampr.org $1 r
- *.ampr.org. $1 r
- #
- # It doesn't appear to be for me so remove my callsign from the mails
- # destination and let the mailer deal with it.
- *%_UC_ $1 r
- *@_UC_ $1 r
- #